home *** CD-ROM | disk | FTP | other *** search
- ; serweb.def : Declares the module parameters for the application.
-
- NAME SERWEB
- DESCRIPTION 'SERWEB Windows Application'
- EXETYPE WINDOWS
-
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
-
- HEAPSIZE 1024 ; initial heap size
- ; Stack size is passed as argument to linker's /STACK option
-
-
-